The detail info of a dialing
All
| method | description |
|---|---|
public void setCallMode(int callMode); |
Set call mode.
Params:Supported Products:All |
public int getCallMode(); |
Get call mode.Refer to {@link PhoneContext.CallMode}
Return:int call modeSupported Products:All |
public void setAccountId(int accountId); |
Set account id.
Params:Supported Products:All |
public int getAccountId(); |
Get account id.
Return:int The id of the account.Supported Products:All |
public void setIsVideo(boolean isVideo); |
Set if it is video
Params:Supported Products:All |
public boolean isVideo(); |
Check if it is video dialing
Return:boolean true or falseSupported Products:All |
public String getOriginNumber(); |
Get phone number
Return:String The phone numberSupported Products:All |
public void setOriginNumber(String originNumber); |
Set phone number
Params:Supported Products:All |
| Member | description |
|---|